home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / msdos / css / source / land.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-19  |  578 b   |  28 lines

  1.  
  2. #include "land2.h"
  3.  
  4. #define col0 0
  5. #define col1 1
  6. #define col2 2
  7. #define col3 3
  8. #define col4 4
  9. #define col5 5
  10. #define col6 6
  11. #define col7 7
  12. #define col8 8
  13. #define col9 9
  14. #define col10 10
  15. #define col11 11
  16. #define col12 12
  17. #define col13 13
  18. #define col14 14
  19. #define col15 15
  20.  
  21. extern  int sedline(int xl,int yl,char *lin, int lim);
  22. extern  int gfsel(int x, int y, char *fselnam, char *dirnam, char *fnam);
  23.  
  24. extern char   workdir[];
  25. extern unsigned char huge WAREA[]; /* 512*2+512*400  作業用ワークエリア */
  26. extern int xpixel, ypixel, xypixel, goutcnt;
  27.  
  28.